Description{Sets the width of a column in a listview gadget.  The listview gadget must be in report mode (set using setListViewStyle)}CommandName{setListViewColumnWidth}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int columnIndex, int width}CloseBrace{}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a listview gadget}Param2{columnIndex}Param2Desc{Index of the column whoose width you wish to set.}Param3{width}Param3Desc{The new width of the column in pixels.}